com.sabro.jbusiness.sys
Enum SysTarefaParametro.TipoParametro

java.lang.Object
  extended by java.lang.Enum<SysTarefaParametro.TipoParametro>
      extended by com.sabro.jbusiness.sys.SysTarefaParametro.TipoParametro
All Implemented Interfaces:
java.io.Serializable, java.lang.Comparable<SysTarefaParametro.TipoParametro>
Enclosing class:
SysTarefaParametro

public static enum SysTarefaParametro.TipoParametro
extends java.lang.Enum<SysTarefaParametro.TipoParametro>

Tipos de tarefa definidas


Enum Constant Summary
Data
           
FiltroTabela
           
Número
           
OpçãoMultipla
           
OpçãoUnica
           
Periodo
           
RegistroTabela
           
SimNão
           
Texto
           
 
Method Summary
static SysTarefaParametro.TipoParametro getTipo(char tipoChar)
           
 char getTipoChar()
           
static SysTarefaParametro.TipoParametro valueOf(java.lang.String name)
          Returns the enum constant of this type with the specified name.
static SysTarefaParametro.TipoParametro[] values()
          Returns an array containing the constants of this enum type, in the order they are declared.
 
Methods inherited from class java.lang.Enum
compareTo, equals, getDeclaringClass, hashCode, name, ordinal, toString, valueOf
 
Methods inherited from class java.lang.Object
getClass, notify, notifyAll, wait, wait, wait
 

Enum Constant Detail

RegistroTabela

public static final SysTarefaParametro.TipoParametro RegistroTabela

FiltroTabela

public static final SysTarefaParametro.TipoParametro FiltroTabela

Número

public static final SysTarefaParametro.TipoParametro Número

Texto

public static final SysTarefaParametro.TipoParametro Texto

Data

public static final SysTarefaParametro.TipoParametro Data

Periodo

public static final SysTarefaParametro.TipoParametro Periodo

OpçãoUnica

public static final SysTarefaParametro.TipoParametro OpçãoUnica

OpçãoMultipla

public static final SysTarefaParametro.TipoParametro OpçãoMultipla

SimNão

public static final SysTarefaParametro.TipoParametro SimNão
Method Detail

values

public static SysTarefaParametro.TipoParametro[] values()
Returns an array containing the constants of this enum type, in the order they are declared. This method may be used to iterate over the constants as follows:
for (SysTarefaParametro.TipoParametro c : SysTarefaParametro.TipoParametro.values())
    System.out.println(c);

Returns:
an array containing the constants of this enum type, in the order they are declared

valueOf

public static SysTarefaParametro.TipoParametro valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name. The string must match exactly an identifier used to declare an enum constant in this type. (Extraneous whitespace characters are not permitted.)

Parameters:
name - the name of the enum constant to be returned.
Returns:
the enum constant with the specified name
Throws:
java.lang.IllegalArgumentException - if this enum type has no constant with the specified name
java.lang.NullPointerException - if the argument is null

getTipoChar

public char getTipoChar()

getTipo

public static SysTarefaParametro.TipoParametro getTipo(char tipoChar)